home *** CD-ROM | disk | FTP | other *** search
/ Venus 7000 / darktronics.iso / Software / Service Packs / Win2kSP4.exe / i386 / rssub.ex_ / RsSub.exe / REGISTRY / 100 (.txt) < prev    next >
Encoding:
InstallShield Script  |  2003-06-19  |  747 b   |  29 lines

  1.     NoRemove AppID
  2.     {
  3.         ForceRemove {FE37FF41-3729-11D0-8CF4-00A0C9190459} = s 'Remote Storage Media'
  4.         {
  5.             val LocalService = s 'Remote_Storage_Subsystem'
  6.             val ServiceParameters = s '-Service'
  7.         }
  8.         ForceRemove 'RsSub.EXE'
  9.         {
  10.             val AppID = s {FE37FF41-3729-11D0-8CF4-00A0C9190459}
  11.         }
  12.     }
  13. HKEY_LOCAL_MACHINE
  14.     NoRemove SYSTEM
  15.     {
  16.         NoRemove CurrentControlSet
  17.         {
  18.             NoRemove Services
  19.             {
  20.                 NoRemove 'Remote_Storage_Subsystem'
  21.                 {
  22.                     NoRemove 'Parameters'
  23.                     {
  24.                     }
  25.                 }
  26.             }
  27.         }
  28.     }
  29.